gtkplacessidebar: Prevent calling g_object_unref on null
authorFina Wilke <code@felinira.net>
Mon, 14 Mar 2022 21:33:35 +0000 (22:33 +0100)
committerFina Wilke <code@felinira.net>
Mon, 14 Mar 2022 21:33:35 +0000 (22:33 +0100)
commit08f3acb53466bcd7426143a4b8947906398d6062
tree904fdf61884f5268de29cf8671cd9a13233d48fb
parent18329641887824ae242ab451d75ad26bc3694b07
gtkplacessidebar: Prevent calling g_object_unref on null

g_object_unref would be called on a null end_icon when provider_account_status
is CLOUD_PROVIDERS_ACCOUNT_STATUS_IDLE
gtk/gtkplacessidebar.c